*,
*::before,
*::after {
	box-sizing:border-box;
	outline:none;
	margin:0;
	padding:0;
	font-family:'system-ul',sans-serif;
}
.phobienvenu
{ 
width:90%;

}
.form-header2{
	text-align:center;
	margin-left:200px;
	margin-top:50px;
	font-size:1.1rem;
	color:#94f7e6;
	box-shadow:2px 3px 8px #d3f7ff71;
	border-radius:50px;
	box-sizing: border-box;
	width: 250px;
    height: 60px;
	padding:15px 0;
	border:1px solid transparent;
	border-radius:50px;
	user-select:none;
	cursor:pointer;
	border-color:#94f7e6;
}

.form-header2:hover{
	box-shadow:inset 1px 2px rgb(19 210 177/55%), inset -1px 1px 2px rgb(19 219 177/55%),inset -1px -1px 2px rgb(19 210 177 / 55%),inset 1px -1px 2px  rgb(19 210 177/55%);
	border-color:#94f7e6;
	transition:border-color:0.3s,box-shadow:o.3s;
}
.v::before
{

	background:#060707;
	content:"Mot de bienvenue";
	width:100%;
	height:150px;
	position:absolute;
	font-size:36px;
	color:white;
	font:roboto,sans-serif;
	justify-content:center;
	text-align:center;
	padding-top:35px;
}
.moi
{
	margin-left:10px;
}

.h1{
	font:36px roboto,sans-serif;
	color:#000000;
	
}
.h3
{
	position:relative;
	top:10;
	font:21px robot,sans-serif;
}
.h3::before{
	background:#022814;
	content:"";
	width:180px;
	height:3px;
	position:absolute;
	top:40;
}
.f
{
display:flex;
	flex:auto;
	position:absolute;
	top:200;
	left:30;
	 justify-content:space-between;

}
.f span
{
	position: relative;
	top:47;
	margin:0px 0px 40px;
	font:21px robot,sans-serif;
}
.f div
{
	position:relative;
	right:20;
}
.container{
padding:o 8%;
position:relative;
height:50vh;
width:100%;

background-size:cover;
} 
nav
{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding-top:5px 0;	
	position:fixed;
	background-color:#060707;
	top:0;
	width:100%;
	z-index:5;
	height:105px;
}
nav .logo 
{
width:120px;
cursor:pointer;
font-size:3rem;
font-style:oblique;
font-weight:bold;
text-decoration:none;
color:#94f7e6;
}
nav ul{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	flex:1;
	padding-right:40px;
	text-align:right;
	list-style-type:none;
}
nav ul li{
	margin-left:10px;
}
nav ul li a{
	padding:10px 20px;
	text-decoration:none;
	color:#94f7e6;
	font-size:16px;
}
button.btn
{
	color:#94f7e6;
	padding:10px 20px;
	font-size:1.2 rem;
	font-weight:bold;
	font-style:italic;
	margin-top:0;
	background-color:transparent;
	transition:border-color .3s;
	cursor:pointer;
}
button.btn:hover
{
	border-color:#94f7e6;
}
section
{display:flex;
justify-content:center;
align-items:center;
margin:25px 0;

}
.firstsection
{
	position:relative;
	top:-325;
	

	
}
.firstsection div{
	opacity:0;
	transition: opacity .9s;
	
}
.firstsection div.active{
	opacity:1;
background-size: 100%;

}
.firstsectio
{
 background-repeat: no-repeat;
background-image:url('IMAGE1.jpg');
background-size: 100%;
height:109vh;
}

.firstsectio1
{
	 background-repeat: no-repeat;
background-image:url('IMAGE2.jpg');
width:109%;
height:99vh;
 position:absolute;
 top:0;
}
.victo{
	align-items:center;
	font:72px roboto,sans-serif;
	margin:6px,0px,0px;	
	
}
.victor
{
	justify-content:center;
	align-items:center;
		position:absolute;
		left:30%;
		top:20;
		color:#eeeee;
		
}
.tes
{
		position:absolute;
			font:25px roboto,sans-serif;
		top:200;
		color:white;
			justify-content:center;
	align-items:center;
	left:30%;
	
}
.firstsectio2
{
 background-repeat: no-repeat;
background-image:url('IMAGE3.jpg');
width:100%;
height:89vh;
 position:absolute;
 top:0;
}
.form-wrapper
{
	display:flex;
	justify-content:center;
	align-items:center;
	flex:auto;
	position:absolute;
	top:75;
	left:37%;
	position:fixed;
}
.form-wrapper2
{

display:flex;
	justify-content:center;
	align-items:center;
	flex:auto;
	position:absolute;
	top:0;
	left:34%;

	
}

.form-wrapper .card
{
	width:360px;

	padding:20px;
	background-color:rgb(0 0 0 /35%);
	display: none;
	opacity:0;
	transition:opacity 0.3s, visibility 0.3s; 
	
}
.form-wrapper2 .card2
{	
	width:360px;
	padding:20px;
	
	transition:opacity 0.3s, visibility 0.3s; visibility:visible;
	opacity:1;
}
#bosy
{
	background-color:#060707;
}
.card.show
{
	display: block;
	opacity:1; 
	
}
@media screen and (max-width: 767px){
	.form-wrapper{
	 	left:5%;
	  }
   }
	
.card-header
{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	margin:30px 20px 0;
	font-size:1.1rem;
	color:#94f7e6;
	box-shadow:2px 3px 8px #d3f7ff71;
	border-radius:50px;
}
.card-header .form-header{
	flex:50%;
	text-align:center;
	padding:10px 0;
	border:1px solid transparent;
	border-radius:50px;
	user-select:none;
	cursor:pointer;
}

	
.card-header .form-header.active{
	box-shadow:inset 1px 2px rgb(19 210 177/55%), inset -1px 1px 2px rgb(19 219 177/55%),inset -1px -1px 2px rgb(19 210 177 / 55%),inset 1px -1px 2px  rgb(19 210 177/55%);
	border-color:#94f7e6;
	transition:border-color:0.3s,box-shadow:o.3s;
}
.card-body
{ 
flex-wrap:nowrap;
padding:40px 0;
text-align:center;
}
form
{
	flex:0 0 100%;
	
}

.form-control
{
	width:100%;
	border:none;
	border-bottom:1px solid rgb(134 255 249 /65%);
	background:none;
	outline:none;
	padding:10px 5px;
	color:#fff;
}
.form-control::placeholder
{
	color:rgb(134 255 249/65%);
}
.formbutton
{
	border:1px solid transparent;
	padding:1rem 3rem;
	background-color:#94f7e6;
	border-radius:50px;
	margin-top:1rem;
	transition:transform .3s,box-shadow .3s;
	cursor:pointer;
}
.formbutton:hover{
box-shadow:3px 5px 15px #94f7e6;
transform: translatey(-5px);
}